projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8a834
)
(lpr-headers-switches): Set proper value on hpux and usg.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 09:22:49 +0000
(09:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 09:22:49 +0000
(09:22 +0000)
lisp/lpr.el
patch
|
blob
|
history
diff --git
a/lisp/lpr.el
b/lisp/lpr.el
index bf27a8b8012ba7ccbd1872675250b0f3981f36b1..cd278451f7a962d31d4456863c1f8ea70e7d22e0 100644
(file)
--- a/
lisp/lpr.el
+++ b/
lisp/lpr.el
@@
-42,7
+42,8
@@
"lp" "lpr")
"*Shell command for printing a file")
-(defvar lpr-headers-switches (or (memq system-type '(usg-unix-v hpux)) "-p")
+(defvar lpr-headers-switches
+ (if (memq system-type '(usg-unix-v hpux)) nil "-p")
"*List of strings to use as options for `lpr' to request page headings.")
(defvar print-region-function nil